home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- This is the SOX version of EDIFACT-based NAD.
- Party's qualifier is equivalent to OBI's EntityCode
- -->
-
- <elementtype name="NameAddress">
- <model>
- <sequence>
-
- <!-- e.g. Dun and Bradstreet ID, EANCOM's ID, etc. -->
- <element type="Identifier" occurs="?" />
-
- <element type="string" name="Name1" />
-
- <!--
- Specifies additional ship-to or requisitioner information
- such as "Desktop Delivery" or "Attention." This information is
- required for N2, but not for this Address structure. -->
- <element type="string" name="Name2" occurs="?" />
-
- <!--
- Specifies additional ship-to or requisitioner information
- such as "Desktop Delivery" or "Attention." -->
- <element type="string" name="Name3" occurs="?" />
-
- <element type="string" name="Address1" />
-
- <element type="string" name="Address2" occurs="?" />
- <element type="string" name="Address3" occurs="?" />
- <element type="string" name="Address4" occurs="?" />
- <element type="string" name="Address5" occurs="?" />
-
- <element type="string" name="City" />
-
- <element type="string" name="StateOrProvince" />
-
- <element type="string" name="PostalCode" />
-
- <!-- ISO 3166 Two-character code
- OBI: N404 2- to 3-character code for the country -->
- <element type="CountryCode" name="Country" />
-
- </sequence>
- </model>
- </elementtype>
- </schema>
-